home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
util
/
shell
/
ViNCEd.lha
/
ViNCEd
/
Include
/
proto
/
vnc.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-22
|
223 b
|
15 lines
#ifndef PROTO_VNC_H
#define PROTO_VNC_H
#include <exec/types.h>
#ifndef VNC_VNCBASE_H
#include <vnc/vncbase.h>
#endif
extern struct VNCBase *VNCBase;
#include <clib/vnc_protos.h>
#include <pragmas/vnc_pragmas.h>
#endif